home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMTABLEWIZARD / TFRMTABLEWIZARD.txt < prev   
Encoding:
Text File  |  1999-04-29  |  47.1 KB  |  1,702 lines

  1. object frmTableWizard: TfrmTableWizard
  2.   Left = 343
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tables Wizard'
  7.   ClientHeight = 285
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 417
  26.     Height = 249
  27.     ActivePage = tabFinish
  28.     Align = alTop
  29.     TabOrder = 0
  30.     object tabIntro: TTabSheet
  31.       Caption = 'tabIntro'
  32.       TabVisible = False
  33.       object Label5: TLabel
  34.         Left = 127
  35.         Top = 6
  36.         Width = 266
  37.         Height = 65
  38.         Caption = 
  39.           'If you look at the source of most Web pages on the internet toda' +
  40.           'y, they will contain tables. This is probably due to the relativ' +
  41.           'e positioning nature of HTML. That is, HTML is designed to posit' +
  42.           'ion objects (images, text etc.) relative to one another.'
  43.         WordWrap = True
  44.       end
  45.       object Label7: TLabel
  46.         Left = 128
  47.         Top = 77
  48.         Width = 270
  49.         Height = 52
  50.         Caption = 
  51.           'The advantage is, content can be fitted to any browser page size' +
  52.           '. The disadvantage is that the layout of the web page you design' +
  53.           ' on your computer could look different on someone else'#39's machine' +
  54.           '.'
  55.         WordWrap = True
  56.       end
  57.       object Label15: TLabel
  58.         Left = 128
  59.         Top = 135
  60.         Width = 267
  61.         Height = 39
  62.         Caption = 
  63.           'Using tables you can, to some degree, force a browser to display' +
  64.           ' your page content how you want it to be displayed.'
  65.         WordWrap = True
  66.       end
  67.       object Label16: TLabel
  68.         Left = 128
  69.         Top = 179
  70.         Width = 270
  71.         Height = 52
  72.         Caption = 
  73.           'Note: One disadvantage of tables is that all images in a table m' +
  74.           'ust be fully loaded before they can be displayed. So it'#39's best n' +
  75.           'ot to put toolbar buttons in a table for instance.'
  76.         WordWrap = True
  77.       end
  78.       object imgWizard: TPaintBox
  79.         Left = 8
  80.         Top = 7
  81.         Width = 110
  82.         Height = 225
  83.         OnPaint = imgWizardPaint
  84.       end
  85.     end
  86.     object tabLayout: TTabSheet
  87.       Caption = 'P1SelectTable'
  88.       TabVisible = False
  89.       object Label2: TLabel
  90.         Left = 10
  91.         Top = 10
  92.         Width = 102
  93.         Height = 13
  94.         Caption = 'Select a table layout:'
  95.       end
  96.       object optClassicT: TRadioButton
  97.         Left = 10
  98.         Top = 42
  99.         Width = 57
  100.         Height = 16
  101.         HelpContext = 152
  102.         Caption = '&Classic'
  103.         Checked = True
  104.         TabOrder = 0
  105.         TabStop = True
  106.       end
  107.       object Panel84: TPanel
  108.         Left = 10
  109.         Top = 58
  110.         Width = 117
  111.         Height = 70
  112.         Caption = 'Panel84'
  113.         TabOrder = 6
  114.         object Panel85: TPanel
  115.           Left = 0
  116.           Top = 0
  117.           Width = 25
  118.           Height = 19
  119.           BevelInner = bvLowered
  120.           TabOrder = 0
  121.         end
  122.         object Panel86: TPanel
  123.           Left = 23
  124.           Top = 0
  125.           Width = 25
  126.           Height = 19
  127.           BevelInner = bvLowered
  128.           TabOrder = 1
  129.         end
  130.         object Panel2: TPanel
  131.           Left = 69
  132.           Top = 0
  133.           Width = 26
  134.           Height = 19
  135.           BevelInner = bvLowered
  136.           TabOrder = 2
  137.         end
  138.         object Panel3: TPanel
  139.           Left = 46
  140.           Top = 0
  141.           Width = 25
  142.           Height = 19
  143.           BevelInner = bvLowered
  144.           TabOrder = 3
  145.         end
  146.         object Panel4: TPanel
  147.           Left = 92
  148.           Top = 0
  149.           Width = 25
  150.           Height = 19
  151.           BevelInner = bvLowered
  152.           TabOrder = 4
  153.         end
  154.         object Panel11: TPanel
  155.           Left = 0
  156.           Top = 17
  157.           Width = 25
  158.           Height = 19
  159.           BevelInner = bvLowered
  160.           TabOrder = 5
  161.         end
  162.         object Panel12: TPanel
  163.           Left = 23
  164.           Top = 17
  165.           Width = 25
  166.           Height = 19
  167.           BevelInner = bvLowered
  168.           TabOrder = 6
  169.         end
  170.         object Panel13: TPanel
  171.           Left = 46
  172.           Top = 17
  173.           Width = 25
  174.           Height = 19
  175.           BevelInner = bvLowered
  176.           TabOrder = 7
  177.         end
  178.         object Panel14: TPanel
  179.           Left = 69
  180.           Top = 17
  181.           Width = 25
  182.           Height = 19
  183.           BevelInner = bvLowered
  184.           TabOrder = 8
  185.         end
  186.         object Panel15: TPanel
  187.           Left = 92
  188.           Top = 17
  189.           Width = 25
  190.           Height = 19
  191.           BevelInner = bvLowered
  192.           TabOrder = 9
  193.         end
  194.         object Panel57: TPanel
  195.           Left = 92
  196.           Top = 34
  197.           Width = 25
  198.           Height = 19
  199.           BevelInner = bvLowered
  200.           TabOrder = 10
  201.         end
  202.         object Panel58: TPanel
  203.           Left = 69
  204.           Top = 34
  205.           Width = 25
  206.           Height = 19
  207.           BevelInner = bvLowered
  208.           TabOrder = 11
  209.         end
  210.         object Panel59: TPanel
  211.           Left = 46
  212.           Top = 34
  213.           Width = 25
  214.           Height = 19
  215.           BevelInner = bvLowered
  216.           TabOrder = 12
  217.         end
  218.         object Panel60: TPanel
  219.           Left = 23
  220.           Top = 34
  221.           Width = 25
  222.           Height = 19
  223.           BevelInner = bvLowered
  224.           TabOrder = 13
  225.         end
  226.         object Panel61: TPanel
  227.           Left = 0
  228.           Top = 34
  229.           Width = 25
  230.           Height = 19
  231.           BevelInner = bvLowered
  232.           TabOrder = 14
  233.         end
  234.         object Panel62: TPanel
  235.           Left = 92
  236.           Top = 51
  237.           Width = 25
  238.           Height = 19
  239.           BevelInner = bvLowered
  240.           TabOrder = 15
  241.         end
  242.         object Panel63: TPanel
  243.           Left = 69
  244.           Top = 51
  245.           Width = 25
  246.           Height = 19
  247.           BevelInner = bvLowered
  248.           TabOrder = 16
  249.         end
  250.         object Panel64: TPanel
  251.           Left = 46
  252.           Top = 51
  253.           Width = 25
  254.           Height = 19
  255.           BevelInner = bvLowered
  256.           TabOrder = 17
  257.         end
  258.         object Panel65: TPanel
  259.           Left = 23
  260.           Top = 51
  261.           Width = 25
  262.           Height = 19
  263.           BevelInner = bvLowered
  264.           TabOrder = 18
  265.         end
  266.         object Panel66: TPanel
  267.           Left = 0
  268.           Top = 51
  269.           Width = 25
  270.           Height = 19
  271.           BevelInner = bvLowered
  272.           TabOrder = 19
  273.         end
  274.       end
  275.       object Panel6: TPanel
  276.         Left = 146
  277.         Top = 58
  278.         Width = 117
  279.         Height = 70
  280.         BevelInner = bvLowered
  281.         TabOrder = 7
  282.         object Panel202: TPanel
  283.           Left = -2
  284.           Top = 0
  285.           Width = 119
  286.           Height = 19
  287.           BevelInner = bvLowered
  288.           TabOrder = 0
  289.         end
  290.         object Panel203: TPanel
  291.           Left = 0
  292.           Top = 0
  293.           Width = 21
  294.           Height = 70
  295.           BevelInner = bvLowered
  296.           Caption = 'Panel203'
  297.           TabOrder = 1
  298.           object Panel204: TPanel
  299.             Left = 0
  300.             Top = 0
  301.             Width = 21
  302.             Height = 23
  303.             BevelInner = bvLowered
  304.             TabOrder = 0
  305.           end
  306.           object Panel205: TPanel
  307.             Left = 0
  308.             Top = 17
  309.             Width = 21
  310.             Height = 19
  311.             BevelInner = bvLowered
  312.             TabOrder = 1
  313.           end
  314.           object Panel206: TPanel
  315.             Left = 0
  316.             Top = 34
  317.             Width = 21
  318.             Height = 19
  319.             BevelInner = bvLowered
  320.             TabOrder = 2
  321.           end
  322.           object Panel207: TPanel
  323.             Left = 0
  324.             Top = 51
  325.             Width = 21
  326.             Height = 19
  327.             BevelInner = bvLowered
  328.             TabOrder = 3
  329.           end
  330.         end
  331.       end
  332.       object Panel5: TPanel
  333.         Left = 279
  334.         Top = 58
  335.         Width = 117
  336.         Height = 70
  337.         BevelInner = bvLowered
  338.         TabOrder = 9
  339.         object Panel17: TPanel
  340.           Left = 0
  341.           Top = 34
  342.           Width = 12
  343.           Height = 19
  344.           BevelInner = bvLowered
  345.           Caption = 'J'
  346.           TabOrder = 5
  347.         end
  348.         object Panel7: TPanel
  349.           Left = 0
  350.           Top = 0
  351.           Width = 117
  352.           Height = 19
  353.           BevelInner = bvLowered
  354.           Caption = 'Year'
  355.           TabOrder = 0
  356.         end
  357.         object Panel8: TPanel
  358.           Left = 0
  359.           Top = 17
  360.           Width = 31
  361.           Height = 19
  362.           BevelInner = bvLowered
  363.           Caption = 'Q1'
  364.           TabOrder = 1
  365.         end
  366.         object Panel9: TPanel
  367.           Left = 29
  368.           Top = 17
  369.           Width = 31
  370.           Height = 19
  371.           BevelInner = bvLowered
  372.           Caption = 'Q2'
  373.           TabOrder = 2
  374.         end
  375.         object Panel10: TPanel
  376.           Left = 58
  377.           Top = 17
  378.           Width = 31
  379.           Height = 19
  380.           BevelInner = bvLowered
  381.           Caption = 'Q3'
  382.           TabOrder = 3
  383.         end
  384.         object Panel16: TPanel
  385.           Left = 87
  386.           Top = 17
  387.           Width = 30
  388.           Height = 19
  389.           BevelInner = bvLowered
  390.           Caption = 'Q4'
  391.           TabOrder = 4
  392.         end
  393.         object Panel18: TPanel
  394.           Left = 10
  395.           Top = 34
  396.           Width = 11
  397.           Height = 19
  398.           BevelInner = bvLowered
  399.           Caption = 'F'
  400.           TabOrder = 6
  401.         end
  402.         object Panel19: TPanel
  403.           Left = 19
  404.           Top = 34
  405.           Width = 12
  406.           Height = 19
  407.           BevelInner = bvLowered
  408.           Caption = 'M'
  409.           TabOrder = 7
  410.         end
  411.         object Panel20: TPanel
  412.           Left = 48
  413.           Top = 34
  414.           Width = 12
  415.           Height = 19
  416.           BevelInner = bvLowered
  417.           Caption = 'J'
  418.           TabOrder = 8
  419.         end
  420.         object Panel21: TPanel
  421.           Left = 39
  422.           Top = 34
  423.           Width = 11
  424.           Height = 19
  425.           BevelInner = bvLowered
  426.           Caption = 'M'
  427.           TabOrder = 9
  428.         end
  429.         object Panel22: TPanel
  430.           Left = 29
  431.           Top = 34
  432.           Width = 12
  433.           Height = 19
  434.           BevelInner = bvLowered
  435.           Caption = 'A'
  436.           TabOrder = 10
  437.         end
  438.         object Panel23: TPanel
  439.           Left = 106
  440.           Top = 34
  441.           Width = 11
  442.           Height = 19
  443.           BevelInner = bvLowered
  444.           Caption = 'D'
  445.           TabOrder = 11
  446.         end
  447.         object Panel24: TPanel
  448.           Left = 97
  449.           Top = 34
  450.           Width = 11
  451.           Height = 19
  452.           BevelInner = bvLowered
  453.           Caption = 'N'
  454.           TabOrder = 12
  455.         end
  456.         object Panel25: TPanel
  457.           Left = 87
  458.           Top = 34
  459.           Width = 12
  460.           Height = 19
  461.           BevelInner = bvLowered
  462.           Caption = 'O'
  463.           TabOrder = 13
  464.         end
  465.         object Panel26: TPanel
  466.           Left = 77
  467.           Top = 34
  468.           Width = 12
  469.           Height = 19
  470.           BevelInner = bvLowered
  471.           Caption = 'S'
  472.           TabOrder = 14
  473.         end
  474.         object Panel27: TPanel
  475.           Left = 68
  476.           Top = 34
  477.           Width = 11
  478.           Height = 19
  479.           BevelInner = bvLowered
  480.           Caption = 'A'
  481.           TabOrder = 15
  482.         end
  483.         object Panel28: TPanel
  484.           Left = 58
  485.           Top = 34
  486.           Width = 12
  487.           Height = 19
  488.           BevelInner = bvLowered
  489.           Caption = 'J'
  490.           TabOrder = 16
  491.         end
  492.         object Panel29: TPanel
  493.           Left = 0
  494.           Top = 51
  495.           Width = 12
  496.           Height = 19
  497.           BevelInner = bvLowered
  498.           TabOrder = 17
  499.         end
  500.         object Panel30: TPanel
  501.           Left = 10
  502.           Top = 51
  503.           Width = 11
  504.           Height = 19
  505.           BevelInner = bvLowered
  506.           TabOrder = 18
  507.         end
  508.         object Panel31: TPanel
  509.           Left = 19
  510.           Top = 51
  511.           Width = 12
  512.           Height = 19
  513.           BevelInner = bvLowered
  514.           TabOrder = 19
  515.         end
  516.         object Panel32: TPanel
  517.           Left = 29
  518.           Top = 51
  519.           Width = 16
  520.           Height = 19
  521.           BevelInner = bvLowered
  522.           TabOrder = 20
  523.         end
  524.         object Panel33: TPanel
  525.           Left = 39
  526.           Top = 51
  527.           Width = 11
  528.           Height = 19
  529.           BevelInner = bvLowered
  530.           TabOrder = 21
  531.         end
  532.         object Panel34: TPanel
  533.           Left = 48
  534.           Top = 51
  535.           Width = 12
  536.           Height = 19
  537.           BevelInner = bvLowered
  538.           TabOrder = 22
  539.         end
  540.         object Panel35: TPanel
  541.           Left = 58
  542.           Top = 51
  543.           Width = 12
  544.           Height = 19
  545.           BevelInner = bvLowered
  546.           TabOrder = 23
  547.         end
  548.         object Panel36: TPanel
  549.           Left = 68
  550.           Top = 51
  551.           Width = 11
  552.           Height = 19
  553.           BevelInner = bvLowered
  554.           TabOrder = 24
  555.         end
  556.         object Panel37: TPanel
  557.           Left = 77
  558.           Top = 51
  559.           Width = 12
  560.           Height = 19
  561.           BevelInner = bvLowered
  562.           TabOrder = 25
  563.         end
  564.         object Panel38: TPanel
  565.           Left = 87
  566.           Top = 51
  567.           Width = 12
  568.           Height = 19
  569.           BevelInner = bvLowered
  570.           TabOrder = 26
  571.         end
  572.         object Panel39: TPanel
  573.           Left = 97
  574.           Top = 51
  575.           Width = 11
  576.           Height = 19
  577.           BevelInner = bvLowered
  578.           TabOrder = 27
  579.         end
  580.         object Panel40: TPanel
  581.           Left = 106
  582.           Top = 51
  583.           Width = 11
  584.           Height = 19
  585.           BevelInner = bvLowered
  586.           TabOrder = 28
  587.         end
  588.       end
  589.       object Panel41: TPanel
  590.         Left = 146
  591.         Top = 159
  592.         Width = 117
  593.         Height = 70
  594.         BevelInner = bvLowered
  595.         TabOrder = 10
  596.         object Panel42: TPanel
  597.           Left = 0
  598.           Top = 0
  599.           Width = 117
  600.           Height = 14
  601.           BevelInner = bvLowered
  602.           TabOrder = 0
  603.         end
  604.         object Panel43: TPanel
  605.           Left = 0
  606.           Top = 56
  607.           Width = 117
  608.           Height = 14
  609.           BevelInner = bvLowered
  610.           TabOrder = 1
  611.         end
  612.       end
  613.       object optToolBarT: TRadioButton
  614.         Left = 145
  615.         Top = 41
  616.         Width = 59
  617.         Height = 17
  618.         HelpContext = 153
  619.         Caption = '&Toolbar'
  620.         TabOrder = 1
  621.       end
  622.       object optCalendarT: TRadioButton
  623.         Left = 278
  624.         Top = 41
  625.         Width = 69
  626.         Height = 17
  627.         HelpContext = 154
  628.         Caption = 'C&alendar'
  629.         TabOrder = 2
  630.       end
  631.       object Panel44: TPanel
  632.         Left = 279
  633.         Top = 159
  634.         Width = 117
  635.         Height = 70
  636.         BevelInner = bvLowered
  637.         TabOrder = 11
  638.         object Panel45: TPanel
  639.           Left = 0
  640.           Top = 0
  641.           Width = 24
  642.           Height = 70
  643.           BevelInner = bvLowered
  644.           TabOrder = 0
  645.         end
  646.         object Panel46: TPanel
  647.           Left = 93
  648.           Top = 0
  649.           Width = 24
  650.           Height = 70
  651.           BevelInner = bvLowered
  652.           TabOrder = 1
  653.         end
  654.       end
  655.       object optPresentT: TRadioButton
  656.         Left = 11
  657.         Top = 142
  658.         Width = 85
  659.         Height = 17
  660.         HelpContext = 155
  661.         Caption = '&Presentation'
  662.         TabOrder = 3
  663.       end
  664.       object optHeadFootT: TRadioButton
  665.         Left = 146
  666.         Top = 141
  667.         Width = 119
  668.         Height = 17
  669.         HelpContext = 156
  670.         Caption = '&Header and footer'
  671.         TabOrder = 4
  672.       end
  673.       object optMarginT: TRadioButton
  674.         Left = 278
  675.         Top = 142
  676.         Width = 53
  677.         Height = 17
  678.         HelpContext = 157
  679.         Caption = '&Margin'
  680.         TabOrder = 5
  681.       end
  682.       object Panel142: TPanel
  683.         Left = 11
  684.         Top = 159
  685.         Width = 117
  686.         Height = 70
  687.         BevelInner = bvLowered
  688.         TabOrder = 8
  689.         object Panel209: TPanel
  690.           Left = 0
  691.           Top = 0
  692.           Width = 62
  693.           Height = 19
  694.           BevelInner = bvLowered
  695.           TabOrder = 1
  696.         end
  697.         object Panel208: TPanel
  698.           Left = 60
  699.           Top = 0
  700.           Width = 57
  701.           Height = 70
  702.           BevelInner = bvLowered
  703.           TabOrder = 0
  704.         end
  705.       end
  706.     end
  707.     object tabDimensions: TTabSheet
  708.       Caption = 'P2Calender'
  709.       TabVisible = False
  710.       object Label9: TLabel
  711.         Left = 153
  712.         Top = 75
  713.         Width = 113
  714.         Height = 13
  715.         Caption = 'Minimum &width of table:'
  716.         FocusControl = txtTableWidth
  717.       end
  718.       object Label10: TLabel
  719.         Left = 153
  720.         Top = 100
  721.         Width = 117
  722.         Height = 13
  723.         Caption = 'Minimum &height of table:'
  724.         FocusControl = txtTableHeight
  725.       end
  726.       object Label13: TLabel
  727.         Left = 136
  728.         Top = 133
  729.         Width = 265
  730.         Height = 41
  731.         AutoSize = False
  732.         Caption = 
  733.           'Note: If you leave these values as zero the table will be insert' +
  734.           'ed as the smallest size possible to hold all the data inside it.'
  735.         WordWrap = True
  736.       end
  737.       object Label14: TLabel
  738.         Left = 152
  739.         Top = 199
  740.         Width = 91
  741.         Height = 13
  742.         Caption = '&Alignment of table:'
  743.         FocusControl = cboTableAlignment
  744.       end
  745.       object Bevel1: TBevel
  746.         Left = 132
  747.         Top = 59
  748.         Width = 268
  749.         Height = 3
  750.       end
  751.       object pnlClassic: TPanel
  752.         Left = 129
  753.         Top = 0
  754.         Width = 278
  755.         Height = 51
  756.         BevelOuter = bvNone
  757.         TabOrder = 6
  758.         object Label11: TLabel
  759.           Left = 12
  760.           Top = 17
  761.           Width = 68
  762.           Height = 13
  763.           Caption = 'Rows in table:'
  764.         end
  765.         object Label12: TLabel
  766.           Left = 158
  767.           Top = 17
  768.           Width = 44
  769.           Height = 13
  770.           Caption = 'Columns:'
  771.         end
  772.         object spnClassicRows: TSpinEdit
  773.           Left = 85
  774.           Top = 13
  775.           Width = 51
  776.           Height = 22
  777.           MaxValue = 100
  778.           MinValue = 0
  779.           TabOrder = 0
  780.           Value = 2
  781.         end
  782.         object spnClassicCols: TSpinEdit
  783.           Left = 207
  784.           Top = 13
  785.           Width = 50
  786.           Height = 22
  787.           MaxValue = 100
  788.           MinValue = 0
  789.           TabOrder = 1
  790.           Value = 2
  791.         end
  792.       end
  793.       object pnlToolBar: TPanel
  794.         Left = 129
  795.         Top = 0
  796.         Width = 278
  797.         Height = 57
  798.         BevelOuter = bvNone
  799.         TabOrder = 7
  800.         object Label46: TLabel
  801.           Left = 5
  802.           Top = 9
  803.           Width = 209
  804.           Height = 28
  805.           AutoSize = False
  806.           Caption = 
  807.             'Enter the number of buttons do you want running down the left ma' +
  808.             'rgin of your table:'
  809.           WordWrap = True
  810.         end
  811.         object spnToolBarButtons: TSpinEdit
  812.           Left = 218
  813.           Top = 12
  814.           Width = 51
  815.           Height = 22
  816.           MaxValue = 30
  817.           MinValue = 0
  818.           TabOrder = 0
  819.           Value = 5
  820.         end
  821.       end
  822.       object pnlCalendar: TPanel
  823.         Left = 129
  824.         Top = 0
  825.         Width = 278
  826.         Height = 56
  827.         BevelOuter = bvNone
  828.         TabOrder = 8
  829.         object Label8: TLabel
  830.           Left = 5
  831.           Top = 9
  832.           Width = 70
  833.           Height = 26
  834.           Caption = 'Select a calendar year:'
  835.           WordWrap = True
  836.         end
  837.         object Label6: TLabel
  838.           Left = 156
  839.           Top = 9
  840.           Width = 40
  841.           Height = 26
  842.           Caption = 'Number of rows:'
  843.           WordWrap = True
  844.         end
  845.         object spnCalenderYear: TSpinEdit
  846.           Left = 79
  847.           Top = 12
  848.           Width = 53
  849.           Height = 22
  850.           MaxValue = 3000
  851.           MinValue = 1
  852.           TabOrder = 0
  853.           Value = 1997
  854.         end
  855.         object spnCalendarRows: TSpinEdit
  856.           Left = 202
  857.           Top = 13
  858.           Width = 53
  859.           Height = 22
  860.           MaxValue = 100
  861.           MinValue = 1
  862.           TabOrder = 1
  863.           Value = 6
  864.         end
  865.       end
  866.       object pnlPresent: TPanel
  867.         Left = 129
  868.         Top = 0
  869.         Width = 278
  870.         Height = 56
  871.         BevelOuter = bvNone
  872.         TabOrder = 9
  873.         object Label49: TLabel
  874.           Left = 2
  875.           Top = 8
  876.           Width = 260
  877.           Height = 33
  878.           AutoSize = False
  879.           Caption = 
  880.             'A presentation table is used to display pictures, with a heading' +
  881.             ' and some related text. '
  882.           WordWrap = True
  883.         end
  884.       end
  885.       object pnlMargin: TPanel
  886.         Left = 129
  887.         Top = 0
  888.         Width = 278
  889.         Height = 53
  890.         BevelOuter = bvNone
  891.         TabOrder = 10
  892.         object Label47: TLabel
  893.           Left = 1
  894.           Top = 7
  895.           Width = 270
  896.           Height = 39
  897.           AutoSize = False
  898.           Caption = 
  899.             'The margined table sets up a web page that is optimised for all ' +
  900.             'screen resolutions. The width of the table is normally set at 10' +
  901.             '0%'
  902.           WordWrap = True
  903.         end
  904.       end
  905.       object pnlHeadFoot: TPanel
  906.         Left = 129
  907.         Top = 0
  908.         Width = 278
  909.         Height = 56
  910.         BevelOuter = bvNone
  911.         TabOrder = 5
  912.         object Label48: TLabel
  913.           Left = 4
  914.           Top = 7
  915.           Width = 266
  916.           Height = 45
  917.           AutoSize = False
  918.           Caption = 
  919.             'Header and Footer tables are commonly used to display '#39'pages'#39' of' +
  920.             ' information. Until content is placed in the table it will appea' +
  921.             'r flat.'
  922.           WordWrap = True
  923.         end
  924.       end
  925.       object cboWidthUnits: TComboBox
  926.         Left = 352
  927.         Top = 72
  928.         Width = 50
  929.         Height = 21
  930.         HelpContext = 148
  931.         Style = csDropDownList
  932.         ItemHeight = 13
  933.         Items.Strings = (
  934.           'Pixels'
  935.           '%')
  936.         TabOrder = 1
  937.       end
  938.       object cboHeightUnits: TComboBox
  939.         Left = 352
  940.         Top = 96
  941.         Width = 50
  942.         Height = 21
  943.         HelpContext = 148
  944.         Style = csDropDownList
  945.         ItemHeight = 13
  946.         Items.Strings = (
  947.           'Pixels'
  948.           '%')
  949.         TabOrder = 3
  950.       end
  951.       object cboTableAlignment: TComboBox
  952.         Left = 304
  953.         Top = 195
  954.         Width = 94
  955.         Height = 21
  956.         HelpContext = 151
  957.         Style = csDropDownList
  958.         ItemHeight = 13
  959.         Items.Strings = (
  960.           'None'
  961.           'Left'
  962.           'Center'
  963.           'Right')
  964.         TabOrder = 4
  965.       end
  966.       object txtTableWidth: TSausEdit
  967.         Left = 304
  968.         Top = 72
  969.         Width = 44
  970.         Height = 21
  971.         HelpContext = 149
  972.         TabOrder = 0
  973.         Text = '0'
  974.         NumericOnly = True
  975.         AllowDecimal = False
  976.         DecimalPlaces = 0
  977.         Max = 3000
  978.         Min = 0
  979.         Version = '1.4'
  980.         FileGlyph = sgOpen
  981.         RegStore = False
  982.       end
  983.       object txtTableHeight: TSausEdit
  984.         Left = 304
  985.         Top = 96
  986.         Width = 44
  987.         Height = 21
  988.         HelpContext = 150
  989.         TabOrder = 2
  990.         Text = '0'
  991.         NumericOnly = True
  992.         AllowDecimal = False
  993.         DecimalPlaces = 0
  994.         Max = 4000
  995.         Min = 0
  996.         Version = '1.4'
  997.         FileGlyph = sgOpen
  998.         RegStore = False
  999.       end
  1000.     end
  1001.     object tabColors: TTabSheet
  1002.       Caption = 'P3Borders'
  1003.       TabVisible = False
  1004.       object Label37: TLabel
  1005.         Left = 136
  1006.         Top = 8
  1007.         Width = 156
  1008.         Height = 26
  1009.         Caption = 'Select the size and colors of the borders around your table.'
  1010.         WordWrap = True
  1011.       end
  1012.       object Label38: TLabel
  1013.         Left = 144
  1014.         Top = 53
  1015.         Width = 81
  1016.         Height = 13
  1017.         Caption = '&Border Thickness'
  1018.         FocusControl = spnBorderThickness
  1019.       end
  1020.       object Label39: TLabel
  1021.         Left = 144
  1022.         Top = 96
  1023.         Width = 43
  1024.         Height = 13
  1025.         Caption = 'Cell color'
  1026.       end
  1027.       object Label40: TLabel
  1028.         Left = 144
  1029.         Top = 128
  1030.         Width = 81
  1031.         Height = 13
  1032.         Caption = 'Border color light'
  1033.       end
  1034.       object Label41: TLabel
  1035.         Left = 143
  1036.         Top = 160
  1037.         Width = 82
  1038.         Height = 13
  1039.         Caption = 'Border color dark'
  1040.       end
  1041.       object btnColour: TSpeedButton
  1042.         Left = 320
  1043.         Top = 88
  1044.         Width = 25
  1045.         Height = 25
  1046.         Glyph.Data = {
  1047.           0E060000424D0E06000000000000360000002800000016000000160000000100
  1048.           180000000000D805000000000000000000000000000000000000110F05001810
  1049.           0F271F0F2F200F382F0F47300F503F0F5F400F684F0F70500F805F008F600098
  1050.           6F00A77000B07F00BF8000C88F00D79000E09F00EFA000F8AF00FFB000000010
  1051.           0F0018100F271F0F2F200F382F0F473F0F50400F5F4F0F68500F705F0F806000
  1052.           8F6F00987000A78000B08F00BF9000C89F00D7A000E0AF00EFBF00F8C000FFC0
  1053.           000000100F00181F0F27200F2F2F0F38300F473F0F50400F5F4F0F685F0F7060
  1054.           0F806F008F7000987F00A78F00B09000BF9F00C8A000D7B000E0BF00EFC000F8
  1055.           CF00FFD0000000101000181F0F27200F2F2F0F38300F473F0F504F0F5F500F68
  1056.           5F0F706F0F8070008F8000988F00A79000B0A000BFAF00C8B000D7C000E0CF00
  1057.           EFD000F8E000FFE0000000101000181F0F27200F2F2F0F383F0F47400F504F0F
  1058.           5F5F0F68600F706F0F807F008F8000989000A79F00B0AF00BFB000C8C000D7CF
  1059.           00E0D000EFE000F8EF00FFF0000000101000181F0F27200F2F2F0F383F0F4740
  1060.           0F50500F5F5F0F676F0F70700F8080008F8F00979F00A7A000B0B000BFBF00C8
  1061.           CF00D7D000E0E000EFEF00F8FF00FFFF000000101000181F0F20200F2F2F0F37
  1062.           3F0F40400F4F500F575F0F606F0F6F700F788000878F00909F009FA000A8B000
  1063.           B0BF00BFCF00C8D000D7E000E0EF00EFFF00F0FF0000000F1000181F0F20200F
  1064.           282F0F373F0F3F400F47500F505F0F5F6F0F67700F7080007F8F00879F0090A0
  1065.           0098B000A7BF00B0CF00B8D000C7E000CFEF00D8FF00DFFF0000000F1000171F
  1066.           0F20200F282F0F303F0F38400F40500F4F5F0F576F0F60700F688000778F007F
  1067.           9F0088A00090B00098BF00A7CF00B0D000B8E000C7EF00CFFF00D0FF0000000F
  1068.           1000171F0F1F200F272F0F2F3F0F37400F3F500F475F0F506F0F58700F608000
  1069.           688F00709F007FA00087B0008FBF0097CF00A0D000A8E000B0EF00B8FF00C0FF
  1070.           0000000F1000171F0F1F200F202F0F283F0F30400F38500F405F0F486F0F5070
  1071.           0F5F8000678F00689F0077A0007FB00087BF008FCF0097D0009FE000A7EF00AF
  1072.           FF00B0FF0000000F1000101F0F18200F202F0F283F0F2F400F37500F3F5F0F47
  1073.           6F0F48700F508000588F00609F0068A00070B00077BF007FCF0087D0008FE000
  1074.           97EF009FFF00A0FF0000000F1000101F0F18200F1F2F0F273F0F2F400F30500F
  1075.           385F0F406F0F47700F4F8000578F00589F0060A00068B0006FBF0077CF0078D0
  1076.           0080E00088EF008FFF0097FF000000081000101F0F17200F1F2F0F203F0F2840
  1077.           0F2F500F305F0F386F0F3F700F478000488F004F9F0057A00058B0005FBF0067
  1078.           CF0068D00070E00077EF007FFF0080FF000000081000101F0F17200F182F0F20
  1079.           3F0F27400F28500F2F5F0F376F0F38700F3F8000408F00479F004FA00050B000
  1080.           57BF0058CF0060D00067E00068EF0070FF0077FF0000000810000F1F0F10200F
  1081.           172F0F1F3F0F20400F27500F285F0F2F6F0F30700F378000388F003F9F0040A0
  1082.           0047B00048BF004FCF0050D00057E00058EF005FFF0060FF0000000810000F1F
  1083.           0F10200F172F0F183F0F1F400F20500F275F0F286F0F28700F2F8000308F0037
  1084.           9F0038A0003FB0003FBF0040CF0047D00048E0004FEF0050FF0057FF00000008
  1085.           10000F1F0F10200F102F0F173F0F18400F18500F1F5F0F206F0F20700F278000
  1086.           288F00289F002FA0002FB00030BF0037CF0037D00038E00038EF003FFF0040FF
  1087.           000000071000081F0F0F200F102F0F173F0F17400F18500F185F0F1F6F0F1F70
  1088.           0F208000208F00209F0027A00027B00028BF0028CF0028D0002FE0002FEF0030
  1089.           FF0037FF000000071000081F0F0F200F0F2F0F103F0F10400F10500F175F0F17
  1090.           6F0F17700F178000188F00189F0018A00018B00018BF0018CF001FD0001FE000
  1091.           1FEF001FFF0027FF000000071000081F0F08200F0F2F0F0F3F0F0F400F0F500F
  1092.           105F0F106F0F10700F108000108F00109F0010A00010B00010BF0010CF0010D0
  1093.           0010E00010EF0010FF0018FF000000071000071F0F08200F082F0F083F0F0840
  1094.           0F08500F085F0F086F0F08700F088000078F00079F0007A00007B00000BF0000
  1095.           CF0000D00000E00000EF0000FF0007FF0000}
  1096.         OnClick = btnColourClick
  1097.       end
  1098.       object btnColourLight: TSpeedButton
  1099.         Left = 320
  1100.         Top = 120
  1101.         Width = 25
  1102.         Height = 25
  1103.         Glyph.Data = {
  1104.           0E060000424D0E06000000000000360000002800000016000000160000000100
  1105.           180000000000D805000000000000000000000000000000000000110F05001810
  1106.           0F271F0F2F200F382F0F47300F503F0F5F400F684F0F70500F805F008F600098
  1107.           6F00A77000B07F00BF8000C88F00D79000E09F00EFA000F8AF00FFB000000010
  1108.           0F0018100F271F0F2F200F382F0F473F0F50400F5F4F0F68500F705F0F806000
  1109.           8F6F00987000A78000B08F00BF9000C89F00D7A000E0AF00EFBF00F8C000FFC0
  1110.           000000100F00181F0F27200F2F2F0F38300F473F0F50400F5F4F0F685F0F7060
  1111.           0F806F008F7000987F00A78F00B09000BF9F00C8A000D7B000E0BF00EFC000F8
  1112.           CF00FFD0000000101000181F0F27200F2F2F0F38300F473F0F504F0F5F500F68
  1113.           5F0F706F0F8070008F8000988F00A79000B0A000BFAF00C8B000D7C000E0CF00
  1114.           EFD000F8E000FFE0000000101000181F0F27200F2F2F0F383F0F47400F504F0F
  1115.           5F5F0F68600F706F0F807F008F8000989000A79F00B0AF00BFB000C8C000D7CF
  1116.           00E0D000EFE000F8EF00FFF0000000101000181F0F27200F2F2F0F383F0F4740
  1117.           0F50500F5F5F0F676F0F70700F8080008F8F00979F00A7A000B0B000BFBF00C8
  1118.           CF00D7D000E0E000EFEF00F8FF00FFFF000000101000181F0F20200F2F2F0F37
  1119.           3F0F40400F4F500F575F0F606F0F6F700F788000878F00909F009FA000A8B000
  1120.           B0BF00BFCF00C8D000D7E000E0EF00EFFF00F0FF0000000F1000181F0F20200F
  1121.           282F0F373F0F3F400F47500F505F0F5F6F0F67700F7080007F8F00879F0090A0
  1122.           0098B000A7BF00B0CF00B8D000C7E000CFEF00D8FF00DFFF0000000F1000171F
  1123.           0F20200F282F0F303F0F38400F40500F4F5F0F576F0F60700F688000778F007F
  1124.           9F0088A00090B00098BF00A7CF00B0D000B8E000C7EF00CFFF00D0FF0000000F
  1125.           1000171F0F1F200F272F0F2F3F0F37400F3F500F475F0F506F0F58700F608000
  1126.           688F00709F007FA00087B0008FBF0097CF00A0D000A8E000B0EF00B8FF00C0FF
  1127.           0000000F1000171F0F1F200F202F0F283F0F30400F38500F405F0F486F0F5070
  1128.           0F5F8000678F00689F0077A0007FB00087BF008FCF0097D0009FE000A7EF00AF
  1129.           FF00B0FF0000000F1000101F0F18200F202F0F283F0F2F400F37500F3F5F0F47
  1130.           6F0F48700F508000588F00609F0068A00070B00077BF007FCF0087D0008FE000
  1131.           97EF009FFF00A0FF0000000F1000101F0F18200F1F2F0F273F0F2F400F30500F
  1132.           385F0F406F0F47700F4F8000578F00589F0060A00068B0006FBF0077CF0078D0
  1133.           0080E00088EF008FFF0097FF000000081000101F0F17200F1F2F0F203F0F2840
  1134.           0F2F500F305F0F386F0F3F700F478000488F004F9F0057A00058B0005FBF0067
  1135.           CF0068D00070E00077EF007FFF0080FF000000081000101F0F17200F182F0F20
  1136.           3F0F27400F28500F2F5F0F376F0F38700F3F8000408F00479F004FA00050B000
  1137.           57BF0058CF0060D00067E00068EF0070FF0077FF0000000810000F1F0F10200F
  1138.           172F0F1F3F0F20400F27500F285F0F2F6F0F30700F378000388F003F9F0040A0
  1139.           0047B00048BF004FCF0050D00057E00058EF005FFF0060FF0000000810000F1F
  1140.           0F10200F172F0F183F0F1F400F20500F275F0F286F0F28700F2F8000308F0037
  1141.           9F0038A0003FB0003FBF0040CF0047D00048E0004FEF0050FF0057FF00000008
  1142.           10000F1F0F10200F102F0F173F0F18400F18500F1F5F0F206F0F20700F278000
  1143.           288F00289F002FA0002FB00030BF0037CF0037D00038E00038EF003FFF0040FF
  1144.           000000071000081F0F0F200F102F0F173F0F17400F18500F185F0F1F6F0F1F70
  1145.           0F208000208F00209F0027A00027B00028BF0028CF0028D0002FE0002FEF0030
  1146.           FF0037FF000000071000081F0F0F200F0F2F0F103F0F10400F10500F175F0F17
  1147.           6F0F17700F178000188F00189F0018A00018B00018BF0018CF001FD0001FE000
  1148.           1FEF001FFF0027FF000000071000081F0F08200F0F2F0F0F3F0F0F400F0F500F
  1149.           105F0F106F0F10700F108000108F00109F0010A00010B00010BF0010CF0010D0
  1150.           0010E00010EF0010FF0018FF000000071000071F0F08200F082F0F083F0F0840
  1151.           0F08500F085F0F086F0F08700F088000078F00079F0007A00007B00000BF0000
  1152.           CF0000D00000E00000EF0000FF0007FF0000}
  1153.         OnClick = btnColourLightClick
  1154.       end
  1155.       object btnColourDark: TSpeedButton
  1156.         Left = 319
  1157.         Top = 152
  1158.         Width = 25
  1159.         Height = 25
  1160.         Glyph.Data = {
  1161.           0E060000424D0E06000000000000360000002800000016000000160000000100
  1162.           180000000000D805000000000000000000000000000000000000110F05001810
  1163.           0F271F0F2F200F382F0F47300F503F0F5F400F684F0F70500F805F008F600098
  1164.           6F00A77000B07F00BF8000C88F00D79000E09F00EFA000F8AF00FFB000000010
  1165.           0F0018100F271F0F2F200F382F0F473F0F50400F5F4F0F68500F705F0F806000
  1166.           8F6F00987000A78000B08F00BF9000C89F00D7A000E0AF00EFBF00F8C000FFC0
  1167.           000000100F00181F0F27200F2F2F0F38300F473F0F50400F5F4F0F685F0F7060
  1168.           0F806F008F7000987F00A78F00B09000BF9F00C8A000D7B000E0BF00EFC000F8
  1169.           CF00FFD0000000101000181F0F27200F2F2F0F38300F473F0F504F0F5F500F68
  1170.           5F0F706F0F8070008F8000988F00A79000B0A000BFAF00C8B000D7C000E0CF00
  1171.           EFD000F8E000FFE0000000101000181F0F27200F2F2F0F383F0F47400F504F0F
  1172.           5F5F0F68600F706F0F807F008F8000989000A79F00B0AF00BFB000C8C000D7CF
  1173.           00E0D000EFE000F8EF00FFF0000000101000181F0F27200F2F2F0F383F0F4740
  1174.           0F50500F5F5F0F676F0F70700F8080008F8F00979F00A7A000B0B000BFBF00C8
  1175.           CF00D7D000E0E000EFEF00F8FF00FFFF000000101000181F0F20200F2F2F0F37
  1176.           3F0F40400F4F500F575F0F606F0F6F700F788000878F00909F009FA000A8B000
  1177.           B0BF00BFCF00C8D000D7E000E0EF00EFFF00F0FF0000000F1000181F0F20200F
  1178.           282F0F373F0F3F400F47500F505F0F5F6F0F67700F7080007F8F00879F0090A0
  1179.           0098B000A7BF00B0CF00B8D000C7E000CFEF00D8FF00DFFF0000000F1000171F
  1180.           0F20200F282F0F303F0F38400F40500F4F5F0F576F0F60700F688000778F007F
  1181.           9F0088A00090B00098BF00A7CF00B0D000B8E000C7EF00CFFF00D0FF0000000F
  1182.           1000171F0F1F200F272F0F2F3F0F37400F3F500F475F0F506F0F58700F608000
  1183.           688F00709F007FA00087B0008FBF0097CF00A0D000A8E000B0EF00B8FF00C0FF
  1184.           0000000F1000171F0F1F200F202F0F283F0F30400F38500F405F0F486F0F5070
  1185.           0F5F8000678F00689F0077A0007FB00087BF008FCF0097D0009FE000A7EF00AF
  1186.           FF00B0FF0000000F1000101F0F18200F202F0F283F0F2F400F37500F3F5F0F47
  1187.           6F0F48700F508000588F00609F0068A00070B00077BF007FCF0087D0008FE000
  1188.           97EF009FFF00A0FF0000000F1000101F0F18200F1F2F0F273F0F2F400F30500F
  1189.           385F0F406F0F47700F4F8000578F00589F0060A00068B0006FBF0077CF0078D0
  1190.           0080E00088EF008FFF0097FF000000081000101F0F17200F1F2F0F203F0F2840
  1191.           0F2F500F305F0F386F0F3F700F478000488F004F9F0057A00058B0005FBF0067
  1192.           CF0068D00070E00077EF007FFF0080FF000000081000101F0F17200F182F0F20
  1193.           3F0F27400F28500F2F5F0F376F0F38700F3F8000408F00479F004FA00050B000
  1194.           57BF0058CF0060D00067E00068EF0070FF0077FF0000000810000F1F0F10200F
  1195.           172F0F1F3F0F20400F27500F285F0F2F6F0F30700F378000388F003F9F0040A0
  1196.           0047B00048BF004FCF0050D00057E00058EF005FFF0060FF0000000810000F1F
  1197.           0F10200F172F0F183F0F1F400F20500F275F0F286F0F28700F2F8000308F0037
  1198.           9F0038A0003FB0003FBF0040CF0047D00048E0004FEF0050FF0057FF00000008
  1199.           10000F1F0F10200F102F0F173F0F18400F18500F1F5F0F206F0F20700F278000
  1200.           288F00289F002FA0002FB00030BF0037CF0037D00038E00038EF003FFF0040FF
  1201.           000000071000081F0F0F200F102F0F173F0F17400F18500F185F0F1F6F0F1F70
  1202.           0F208000208F00209F0027A00027B00028BF0028CF0028D0002FE0002FEF0030
  1203.           FF0037FF000000071000081F0F0F200F0F2F0F103F0F10400F10500F175F0F17
  1204.           6F0F17700F178000188F00189F0018A00018B00018BF0018CF001FD0001FE000
  1205.           1FEF001FFF0027FF000000071000081F0F08200F0F2F0F0F3F0F0F400F0F500F
  1206.           105F0F106F0F10700F108000108F00109F0010A00010B00010BF0010CF0010D0
  1207.           0010E00010EF0010FF0018FF000000071000071F0F08200F082F0F083F0F0840
  1208.           0F08500F085F0F086F0F08700F088000078F00079F0007A00007B00000BF0000
  1209.           CF0000D00000E00000EF0000FF0007FF0000}
  1210.         OnClick = btnColourDarkClick
  1211.       end
  1212.       object Panel47: TPanel
  1213.         Left = 8
  1214.         Top = 6
  1215.         Width = 110
  1216.         Height = 220
  1217.         BevelInner = bvLowered
  1218.         TabOrder = 5
  1219.         object pnlBCLSelect: TPanel
  1220.           Left = 7
  1221.           Top = 94
  1222.           Width = 25
  1223.           Height = 25
  1224.           BevelInner = bvLowered
  1225.           Color = clBtnHighlight
  1226.           TabOrder = 0
  1227.           OnClick = pnlBCLSelectClick
  1228.         end
  1229.         object pnlCellColorSelect: TPanel
  1230.           Left = 7
  1231.           Top = 36
  1232.           Width = 25
  1233.           Height = 25
  1234.           BevelInner = bvLowered
  1235.           TabOrder = 1
  1236.           OnClick = pnlCellColorSelectClick
  1237.         end
  1238.         object pnlBCDSelect: TPanel
  1239.           Left = 7
  1240.           Top = 160
  1241.           Width = 25
  1242.           Height = 25
  1243.           BevelInner = bvLowered
  1244.           Color = clBtnShadow
  1245.           TabOrder = 2
  1246.           OnClick = pnlBCDSelectClick
  1247.         end
  1248.         object panbackground: TColorPanel
  1249.           Left = 42
  1250.           Top = 12
  1251.           Width = 61
  1252.           Height = 195
  1253.           BevelWidth = 4
  1254.           TabOrder = 3
  1255.           HighlightColor = clBtnHighlight
  1256.           ShadowColor = clBtnShadow
  1257.           object Shape3: TShape
  1258.             Left = 22
  1259.             Top = 64
  1260.             Width = 5
  1261.             Height = 5
  1262.             Pen.Mode = pmBlack
  1263.             Shape = stCircle
  1264.           end
  1265.           object Shape2: TShape
  1266.             Left = 0
  1267.             Top = 86
  1268.             Width = 5
  1269.             Height = 5
  1270.             Pen.Mode = pmBlack
  1271.             Shape = stCircle
  1272.           end
  1273.           object Shape4: TShape
  1274.             Left = 22
  1275.             Top = 190
  1276.             Width = 5
  1277.             Height = 5
  1278.             Pen.Mode = pmBlack
  1279.             Shape = stCircle
  1280.           end
  1281.           object pantop: TColorPanel
  1282.             Left = 8
  1283.             Top = 8
  1284.             Width = 45
  1285.             Height = 56
  1286.             BevelOuter = bvLowered
  1287.             BevelWidth = 3
  1288.             TabOrder = 0
  1289.             HighlightColor = clBtnHighlight
  1290.             ShadowColor = clBtnShadow
  1291.             object Shape1: TShape
  1292.               Left = 28
  1293.               Top = 21
  1294.               Width = 5
  1295.               Height = 5
  1296.               Pen.Mode = pmBlack
  1297.               Shape = stCircle
  1298.             end
  1299.           end
  1300.           object colorMiddle: TColorPanel
  1301.             Left = 8
  1302.             Top = 69
  1303.             Width = 45
  1304.             Height = 58
  1305.             BevelOuter = bvLowered
  1306.             BevelWidth = 3
  1307.             TabOrder = 1
  1308.             HighlightColor = clBtnHighlight
  1309.             ShadowColor = clBtnShadow
  1310.             object Shape5: TShape
  1311.               Left = 40
  1312.               Top = 28
  1313.               Width = 5
  1314.               Height = 5
  1315.               Pen.Mode = pmBlack
  1316.               Shape = stCircle
  1317.             end
  1318.           end
  1319.           object colorBottom: TColorPanel
  1320.             Left = 8
  1321.             Top = 132
  1322.             Width = 45
  1323.             Height = 55
  1324.             BevelOuter = bvLowered
  1325.             BevelWidth = 3
  1326.             TabOrder = 2
  1327.             HighlightColor = clBtnHighlight
  1328.             ShadowColor = clBtnShadow
  1329.             object Shape6: TShape
  1330.               Left = 0
  1331.               Top = 20
  1332.               Width = 5
  1333.               Height = 5
  1334.               Pen.Mode = pmBlack
  1335.               Shape = stCircle
  1336.             end
  1337.           end
  1338.         end
  1339.         object ColorPanel1: TColorPanel
  1340.           Left = 32
  1341.           Top = 43
  1342.           Width = 48
  1343.           Height = 1
  1344.           BevelOuter = bvNone
  1345.           Color = clBlack
  1346.           TabOrder = 4
  1347.           HighlightColor = clBtnHighlight
  1348.           ShadowColor = clBtnShadow
  1349.         end
  1350.         object ColorPanel2: TColorPanel
  1351.           Left = 32
  1352.           Top = 51
  1353.           Width = 35
  1354.           Height = 1
  1355.           BevelOuter = bvNone
  1356.           Caption = 'ColorPanel2'
  1357.           Color = clBlack
  1358.           TabOrder = 5
  1359.           HighlightColor = clBtnHighlight
  1360.           ShadowColor = clBtnShadow
  1361.         end
  1362.         object ColorPanel3: TColorPanel
  1363.           Left = 66
  1364.           Top = 51
  1365.           Width = 1
  1366.           Height = 25
  1367.           BevelOuter = bvNone
  1368.           Caption = 'ColorPanel2'
  1369.           Color = clBlack
  1370.           TabOrder = 6
  1371.           HighlightColor = clBtnHighlight
  1372.           ShadowColor = clBtnShadow
  1373.         end
  1374.         object ColorPanel4: TColorPanel
  1375.           Left = 32
  1376.           Top = 100
  1377.           Width = 11
  1378.           Height = 1
  1379.           BevelOuter = bvNone
  1380.           Caption = 'ColorPanel2'
  1381.           Color = clBlack
  1382.           TabOrder = 7
  1383.           HighlightColor = clBtnHighlight
  1384.           ShadowColor = clBtnShadow
  1385.           object ColorPanel8: TColorPanel
  1386.             Left = 0
  1387.             Top = 3
  1388.             Width = 11
  1389.             Height = 1
  1390.             BevelOuter = bvNone
  1391.             Caption = 'ColorPanel2'
  1392.             Color = clBlack
  1393.             TabOrder = 0
  1394.             HighlightColor = clBtnHighlight
  1395.             ShadowColor = clBtnShadow
  1396.           end
  1397.         end
  1398.         object ColorPanel5: TColorPanel
  1399.           Left = 32
  1400.           Top = 178
  1401.           Width = 35
  1402.           Height = 1
  1403.           BevelOuter = bvNone
  1404.           Caption = 'ColorPanel2'
  1405.           Color = clBlack
  1406.           TabOrder = 8
  1407.           HighlightColor = clBtnHighlight
  1408.           ShadowColor = clBtnShadow
  1409.           object ColorPanel9: TColorPanel
  1410.             Left = 17
  1411.             Top = -8
  1412.             Width = 35
  1413.             Height = 1
  1414.             BevelOuter = bvNone
  1415.             Caption = 'ColorPanel2'
  1416.             Color = clBlack
  1417.             TabOrder = 0
  1418.             HighlightColor = clBtnHighlight
  1419.             ShadowColor = clBtnShadow
  1420.           end
  1421.         end
  1422.         object ColorPanel6: TColorPanel
  1423.           Left = 66
  1424.           Top = 179
  1425.           Width = 1
  1426.           Height = 25
  1427.           BevelOuter = bvNone
  1428.           Caption = 'ColorPanel2'
  1429.           Color = clBlack
  1430.           TabOrder = 9
  1431.           HighlightColor = clBtnHighlight
  1432.           ShadowColor = clBtnShadow
  1433.         end
  1434.         object ColorPanel7: TColorPanel
  1435.           Left = 32
  1436.           Top = 111
  1437.           Width = 61
  1438.           Height = 1
  1439.           BevelOuter = bvNone
  1440.           Caption = 'ColorPanel7'
  1441.           Color = clBlack
  1442.           TabOrder = 10
  1443.           HighlightColor = clBtnHighlight
  1444.           ShadowColor = clBtnShadow
  1445.         end
  1446.         object ColorPanel10: TColorPanel
  1447.           Left = 32
  1448.           Top = 166
  1449.           Width = 20
  1450.           Height = 1
  1451.           BevelOuter = bvNone
  1452.           Caption = 'ColorPanel2'
  1453.           Color = clBlack
  1454.           TabOrder = 11
  1455.           HighlightColor = clBtnHighlight
  1456.           ShadowColor = clBtnShadow
  1457.           object ColorPanel11: TColorPanel
  1458.             Left = 17
  1459.             Top = -8
  1460.             Width = 35
  1461.             Height = 1
  1462.             BevelOuter = bvNone
  1463.             Caption = 'ColorPanel2'
  1464.             Color = clBlack
  1465.             TabOrder = 0
  1466.             HighlightColor = clBtnHighlight
  1467.             ShadowColor = clBtnShadow
  1468.           end
  1469.         end
  1470.       end
  1471.       object pnlCellColor: TPanel
  1472.         Left = 352
  1473.         Top = 89
  1474.         Width = 25
  1475.         Height = 25
  1476.         BevelInner = bvLowered
  1477.         TabOrder = 2
  1478.         OnDblClick = pnlCellColorDblClick
  1479.       end
  1480.       object pnlBCLight: TPanel
  1481.         Left = 351
  1482.         Top = 120
  1483.         Width = 25
  1484.         Height = 25
  1485.         BevelInner = bvLowered
  1486.         Color = clBtnHighlight
  1487.         TabOrder = 3
  1488.         OnDblClick = pnlBCLightDblClick
  1489.       end
  1490.       object pnlBCDark: TPanel
  1491.         Left = 352
  1492.         Top = 152
  1493.         Width = 25
  1494.         Height = 25
  1495.         BevelInner = bvLowered
  1496.         Color = clBtnShadow
  1497.         TabOrder = 4
  1498.         OnDblClick = pnlBCDarkDblClick
  1499.       end
  1500.       object spnBorderThickness: TSpinEdit
  1501.         Left = 320
  1502.         Top = 48
  1503.         Width = 57
  1504.         Height = 22
  1505.         HelpContext = 146
  1506.         EditorEnabled = False
  1507.         MaxValue = 1024
  1508.         MinValue = 0
  1509.         TabOrder = 0
  1510.         Value = 1
  1511.       end
  1512.       object btnRestore: TButton
  1513.         Left = 320
  1514.         Top = 191
  1515.         Width = 57
  1516.         Height = 18
  1517.         HelpContext = 147
  1518.         Caption = '&Restore'
  1519.         TabOrder = 1
  1520.         OnClick = btnRestoreClick
  1521.       end
  1522.     end
  1523.     object tabCellPosition: TTabSheet
  1524.       Caption = 'P4Spacing'
  1525.       TabVisible = False
  1526.       object Label1: TLabel
  1527.         Left = 130
  1528.         Top = 9
  1529.         Width = 203
  1530.         Height = 39
  1531.         Caption = 
  1532.           'Using the diagram on the left, decide how you want to position t' +
  1533.           'he cells within the framework of the table.'
  1534.         WordWrap = True
  1535.       end
  1536.       object Label26: TLabel
  1537.         Left = 130
  1538.         Top = 86
  1539.         Width = 168
  1540.         Height = 26
  1541.         Caption = 'Cell &Spacing is the thickness of the frame around each cell.'
  1542.         FocusControl = spnCellSpacing
  1543.         WordWrap = True
  1544.       end
  1545.       object Label32: TLabel
  1546.         Left = 130
  1547.         Top = 133
  1548.         Width = 169
  1549.         Height = 26
  1550.         Caption = 
  1551.           'Cell &Padding is the amount of room around the data in each cell' +
  1552.           '.'
  1553.         FocusControl = spnCellPadding
  1554.         WordWrap = True
  1555.       end
  1556.       object Label4: TLabel
  1557.         Left = 130
  1558.         Top = 208
  1559.         Width = 101
  1560.         Height = 13
  1561.         Caption = 'All units are in pixels.'
  1562.       end
  1563.       object Image1: TImage
  1564.         Left = 6
  1565.         Top = 14
  1566.         Width = 110
  1567.         Height = 220
  1568.         AutoSize = True
  1569.         Picture.Data = {<image000.bmp>}
  1570.       end
  1571.       object spnCellSpacing: TSpinEdit
  1572.         Left = 322
  1573.         Top = 88
  1574.         Width = 57
  1575.         Height = 22
  1576.         HelpContext = 144
  1577.         MaxValue = 5000
  1578.         MinValue = 5000
  1579.         TabOrder = 0
  1580.         Value = 0
  1581.       end
  1582.       object spnCellPadding: TSpinEdit
  1583.         Left = 323
  1584.         Top = 136
  1585.         Width = 57
  1586.         Height = 22
  1587.         HelpContext = 145
  1588.         MaxValue = 0
  1589.         MinValue = 0
  1590.         TabOrder = 1
  1591.         Value = 0
  1592.       end
  1593.     end
  1594.     object tabFinish: TTabSheet
  1595.       Caption = 'tabFinish'
  1596.       TabVisible = False
  1597.       object Label44: TLabel
  1598.         Left = 134
  1599.         Top = 200
  1600.         Width = 184
  1601.         Height = 13
  1602.         Caption = 'To begin editing your table, click Finish'
  1603.       end
  1604.       object Label45: TLabel
  1605.         Left = 132
  1606.         Top = 16
  1607.         Width = 273
  1608.         Height = 33
  1609.         AutoSize = False
  1610.         Caption = 
  1611.           'To automatically insert text into each cell describing the cells' +
  1612.           ' row and column, click any of the boxes below.'
  1613.         WordWrap = True
  1614.       end
  1615.       object Label3: TLabel
  1616.         Left = 132
  1617.         Top = 56
  1618.         Width = 260
  1619.         Height = 26
  1620.         Caption = 
  1621.           'Commented text will not appear in the table when you preview it,' +
  1622.           ' while plain text will.'
  1623.         WordWrap = True
  1624.       end
  1625.       object cbxCommentedText: TCheckBox
  1626.         Left = 175
  1627.         Top = 116
  1628.         Width = 137
  1629.         Height = 17
  1630.         HelpContext = 142
  1631.         Caption = 'Insert &commented text'
  1632.         TabOrder = 0
  1633.       end
  1634.       object cbxPlainText: TCheckBox
  1635.         Left = 175
  1636.         Top = 141
  1637.         Width = 97
  1638.         Height = 17
  1639.         HelpContext = 143
  1640.         Caption = 'Insert &plain text'
  1641.         TabOrder = 1
  1642.       end
  1643.     end
  1644.   end
  1645.   object Panel1: TPanel
  1646.     Left = 0
  1647.     Top = 249
  1648.     Width = 417
  1649.     Height = 36
  1650.     Align = alBottom
  1651.     TabOrder = 1
  1652.     object FinishButt: TButton
  1653.       Left = 258
  1654.       Top = 6
  1655.       Width = 75
  1656.       Height = 25
  1657.       Caption = '&Finish'
  1658.       TabOrder = 3
  1659.       Visible = False
  1660.       OnClick = FinishButtClick
  1661.     end
  1662.     object BackButt: TButton
  1663.       Left = 182
  1664.       Top = 6
  1665.       Width = 75
  1666.       Height = 25
  1667.       Caption = '&<< Back'
  1668.       Enabled = False
  1669.       TabOrder = 0
  1670.       OnClick = BackButtClick
  1671.     end
  1672.     object CancelButt: TButton
  1673.       Left = 338
  1674.       Top = 5
  1675.       Width = 75
  1676.       Height = 25
  1677.       Cancel = True
  1678.       Caption = '&Cancel'
  1679.       TabOrder = 2
  1680.       OnClick = CancelButtClick
  1681.     end
  1682.     object NextButt: TButton
  1683.       Left = 258
  1684.       Top = 6
  1685.       Width = 75
  1686.       Height = 25
  1687.       Caption = 'Next >&>'
  1688.       TabOrder = 1
  1689.       OnClick = NextButtClick
  1690.     end
  1691.     object btnHelp: TButton
  1692.       Left = 4
  1693.       Top = 6
  1694.       Width = 75
  1695.       Height = 25
  1696.       Caption = '&Help'
  1697.       TabOrder = 4
  1698.       OnClick = btnHelpClick
  1699.     end
  1700.   end
  1701. end
  1702.